1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmLogin
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogin))
26         Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
27         Me.btnClear = New System.Windows.Forms.Button()
28         Me.btnLogin = New System.Windows.Forms.Button()
29         Me.txtPass = New System.Windows.Forms.TextBox()
30         Me.txtId = New System.Windows.Forms.TextBox()
31         Me.Label3 = New System.Windows.Forms.Label()
32         Me.Label2 = New System.Windows.Forms.Label()
33         Me.Label4 = New System.Windows.Forms.Label()
34         Me.btnClose = New System.Windows.Forms.Button()
35         Me.lstType = New System.Windows.Forms.ComboBox()
36         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
37         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
38         Me.SuspendLayout()
39         
'
40         
'LinkLabel1
41         
'
42         Me.LinkLabel1.AutoSize = True
43         Me.LinkLabel1.BackColor = System.Drawing.Color.Transparent
44         Me.LinkLabel1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
45         Me.LinkLabel1.Location = New System.Drawing.Point(
163, 314)
46         Me.LinkLabel1.Name =
"LinkLabel1"
47         Me.LinkLabel1.Size = New System.Drawing.Size(
0, 18)
48         Me.LinkLabel1.TabIndex =
21
49         
'
50         
'btnClear
51         
'
52         Me.btnClear.BackColor = System.Drawing.Color.FromArgb(CType(CType(
44, Byte), Integer), CType(CType(62, Byte), Integer), CType(CType(80, Byte), Integer))
53         Me.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat
54         Me.btnClear.Font = New System.Drawing.Font(
"Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
55         Me.btnClear.ForeColor = System.Drawing.Color.White
56         Me.btnClear.Location = New System.Drawing.Point(
235, 356)
57         Me.btnClear.Margin = New System.Windows.Forms.Padding(
4, 3, 4, 3)
58         Me.btnClear.Name =
"btnClear"
59         Me.btnClear.Size = New System.Drawing.Size(
90, 31)
60         Me.btnClear.TabIndex =
20
61         Me.btnClear.Text =
"Clear"
62         Me.btnClear.UseVisualStyleBackColor = False
63         
'
64         
'btnLogin
65         
'
66         Me.btnLogin.BackColor = System.Drawing.Color.FromArgb(CType(CType(
44, Byte), Integer), CType(CType(62, Byte), Integer), CType(CType(80, Byte), Integer))
67         Me.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat
68         Me.btnLogin.Font = New System.Drawing.Font(
"Arial", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
69         Me.btnLogin.ForeColor = System.Drawing.Color.White
70         Me.btnLogin.Location = New System.Drawing.Point(
58, 356)
71         Me.btnLogin.Margin = New System.Windows.Forms.Padding(
4, 3, 4, 3)
72         Me.btnLogin.Name =
"btnLogin"
73         Me.btnLogin.Size = New System.Drawing.Size(
90, 31)
74         Me.btnLogin.TabIndex =
19
75         Me.btnLogin.Text =
"Login"
76         Me.btnLogin.UseVisualStyleBackColor = False
77         
'
78         
'txtPass
79         
'
80         Me.txtPass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
81         Me.txtPass.Location = New System.Drawing.Point(
155, 251)
82         Me.txtPass.Margin = New System.Windows.Forms.Padding(
4, 3, 4, 3)
83         Me.txtPass.MaxLength =
10
84         Me.txtPass.Name =
"txtPass"
85         Me.txtPass.Size = New System.Drawing.Size(
152, 26)
86         Me.txtPass.TabIndex =
18
87         Me.txtPass.UseSystemPasswordChar = True
88         
'
89         
'txtId
90         
'
91         Me.txtId.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
92         Me.txtId.Location = New System.Drawing.Point(
155, 211)
93         Me.txtId.Margin = New System.Windows.Forms.Padding(
4, 3, 4, 3)
94         Me.txtId.MaxLength =
10
95         Me.txtId.Name =
"txtId"
96         Me.txtId.Size = New System.Drawing.Size(
152, 24)
97         Me.txtId.TabIndex =
17
98         
'
99         
'Label3
100         
'
101         Me.Label3.AutoSize = True
102         Me.Label3.BackColor = System.Drawing.Color.Transparent
103         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
104         Me.Label3.ForeColor = System.Drawing.Color.Black
105         Me.Label3.Location = New System.Drawing.Point(
73, 254)
106         Me.Label3.Margin = New System.Windows.Forms.Padding(
4, 0, 4, 0)
107         Me.Label3.Name =
"Label3"
108         Me.Label3.Size = New System.Drawing.Size(
75, 18)
109         Me.Label3.TabIndex =
16
110         Me.Label3.Text =
"Password"
111         
'
112         
'Label2
113         
'
114         Me.Label2.AutoSize = True
115         Me.Label2.BackColor = System.Drawing.Color.Transparent
116         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
117         Me.Label2.ForeColor = System.Drawing.Color.Black
118         Me.Label2.Location = New System.Drawing.Point(
89, 211)
119         Me.Label2.Margin = New System.Windows.Forms.Padding(
4, 0, 4, 0)
120         Me.Label2.Name =
"Label2"
121         Me.Label2.Size = New System.Drawing.Size(
55, 18)
122         Me.Label2.TabIndex =
15
123         Me.Label2.Text =
"User Id"
124         
'
125         
'Label4
126         
'
127         Me.Label4.AutoSize = True
128         Me.Label4.BackColor = System.Drawing.Color.Transparent
129         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
130         Me.Label4.ForeColor = System.Drawing.Color.Black
131         Me.Label4.Location = New System.Drawing.Point(
25, 296)
132         Me.Label4.Margin = New System.Windows.Forms.Padding(
4, 0, 4, 0)
133         Me.Label4.Name =
"Label4"
134         Me.Label4.Size = New System.Drawing.Size(
125, 18)
135         Me.Label4.TabIndex =
23
136         Me.Label4.Text =
"Select Login Type"
137         
'
138         
'btnClose
139         
'
140         Me.btnClose.BackColor = System.Drawing.Color.White
141         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
142         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
143         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
144         Me.btnClose.ForeColor = System.Drawing.Color.Transparent
145         Me.btnClose.Image = CType(resources.GetObject(
"btnClose.Image"), System.Drawing.Image)
146         Me.btnClose.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
147         Me.btnClose.Location = New System.Drawing.Point(
351, 0)
148         Me.btnClose.Name =
"btnClose"
149         Me.btnClose.Size = New System.Drawing.Size(
43, 39)
150         Me.btnClose.TabIndex =
24
151         Me.btnClose.TextAlign = System.Drawing.ContentAlignment.MiddleRight
152         Me.btnClose.UseVisualStyleBackColor = False
153         
'
154         
'lstType
155         
'
156         Me.lstType.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
157         Me.lstType.FormattingEnabled = True
158         Me.lstType.Items.AddRange(New Object() {
"Admin", "Student"})
159         Me.lstType.Location = New System.Drawing.Point(
155, 296)
160         Me.lstType.Name =
"lstType"
161         Me.lstType.Size = New System.Drawing.Size(
149, 28)
162         Me.lstType.TabIndex =
25
163         
'
164         
'PictureBox1
165         
'
166         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
167         Me.PictureBox1.Location = New System.Drawing.Point(
155, 43)
168         Me.PictureBox1.Name =
"PictureBox1"
169         Me.PictureBox1.Size = New System.Drawing.Size(
120, 120)
170         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
171         Me.PictureBox1.TabIndex =
26
172         Me.PictureBox1.TabStop = False
173         
'
174         
'frmLogin
175         
'
176         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
177         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
178         Me.BackColor = System.Drawing.SystemColors.Window
179         Me.ClientSize = New System.Drawing.Size(
394, 502)
180         Me.Controls.Add(Me.PictureBox1)
181         Me.Controls.Add(Me.lstType)
182         Me.Controls.Add(Me.btnClose)
183         Me.Controls.Add(Me.Label4)
184         Me.Controls.Add(Me.LinkLabel1)
185         Me.Controls.Add(Me.btnClear)
186         Me.Controls.Add(Me.btnLogin)
187         Me.Controls.Add(Me.txtPass)
188         Me.Controls.Add(Me.txtId)
189         Me.Controls.Add(Me.Label3)
190         Me.Controls.Add(Me.Label2)
191         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
192         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
193         Me.MaximizeBox = False
194         Me.Name =
"frmLogin"
195         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
196         Me.Text =
"Login"
197         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
198         Me.ResumeLayout(False)
199         Me.PerformLayout()
200
201     End Sub
202
203     Friend WithEvents LinkLabel1 As LinkLabel
204     Friend WithEvents btnClear As Button
205     Friend WithEvents btnLogin As Button
206     Friend WithEvents txtPass As TextBox
207     Friend WithEvents txtId As TextBox
208     Friend WithEvents Label3 As Label
209     Friend WithEvents Label2 As Label
210     Friend WithEvents Label4 As Label
211     Friend WithEvents btnClose As Button
212     Friend WithEvents lstType As ComboBox
213     Friend WithEvents PictureBox1 As PictureBox
214 End Class


Gõ tìm kiếm nhanh...